Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added constants for GetBinaryType. #931

Open
wants to merge 1 commit into
base: 0.3
Choose a base branch
from

Conversation

tim-weis
Copy link
Contributor

Resolves #930.

This is a backwards compatible change. All identifiers and associated values have been copy-pasted from the respective Windows SDK header file.

@retep998 retep998 added the waiting on review Waiting for a reviewer to review the PR label Jul 24, 2020
@nico-abram
Copy link

Relevant header code:


// GetBinaryType return values.

#define SCS_32BIT_BINARY    0
#define SCS_DOS_BINARY      1
#define SCS_WOW_BINARY      2
#define SCS_PIF_BINARY      3
#define SCS_POSIX_BINARY    4
#define SCS_OS216_BINARY    5
#define SCS_64BIT_BINARY    6

LGTM!

@roblabla roblabla mentioned this pull request Dec 4, 2020
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting on review Waiting for a reviewer to review the PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Binary types defines missing for GetBinaryType
3 participants